home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_500 / wiconify / wiconcalls.lzh / Make next >
Text File  |  1991-04-19  |  488b  |  17 lines

  1. .k Project/a
  2. ;
  3. ;   Usage:  EXECUTE MAKE <Project>
  4. ;
  5. ;      where 'Project' is the name of one of the directories containing
  6. ;      a wIconify utility program
  7. ;
  8. ;  Not a very efficent make procedure.  It copies the required files to the
  9. ;  specified program directory, then CD's there, then calls the .make
  10. ;  routine in that directory.  Finally, it cleans up after itself.
  11. ;    
  12. copy #?.(c|h) <Project>
  13. cd <Project>
  14. execute <Project>.make
  15. delete #?.o wIcon.h wStructs.h wIconCalls.c
  16. cd /
  17.